/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_base.scss */
body {
  background: url("../img/bg.png");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4, ../sass/_base.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: '微軟正黑體';
}
/* line 7, ../sass/_base.scss */
body * a {
  text-decoration: none;
}

/* line 12, ../sass/_base.scss */
#index {
  height: 900px;
  position: relative;
}

/* line 17, ../sass/_base.scss */
#topBlog .header, #topArticle .header, #newBlog .header {
  background: url("../img/header_bg.png");
  border-bottom: 1px #c8ac4f solid;
  width: 100%;
  height: 229px;
  position: absolute;
}
/* line 24, ../sass/_base.scss */
#topBlog .outer_wrap, #topArticle .outer_wrap, #newBlog .outer_wrap {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* line 29, ../sass/_base.scss */
#topBlog .main_wrap, #topArticle .main_wrap, #newBlog .main_wrap {
  width: 100%;
}

/* line 34, ../sass/_base.scss */
.header_wrap {
  background: url("../img/header_bg.png");
  width: 100%;
  height: 229px;
  border-bottom: 1px #c8ac4f solid;
}
/* line 39, ../sass/_base.scss */
.header_wrap .nav {
  background: url("../img/header_bg.png");
  height: 229px;
  border-bottom: 1px #c8ac4f solid;
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* line 46, ../sass/_base.scss */
.header_wrap .nav .icon {
  margin-left: -20px;
  margin-top: -73px;
}
/* line 50, ../sass/_base.scss */
.header_wrap .nav .link_wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 190px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
/* line 57, ../sass/_base.scss */
.header_wrap .nav .link_wrap .topArticle, .header_wrap .nav .link_wrap .topBlog, .header_wrap .nav .link_wrap .newBlog {
  width: 187px;
  height: 200px;
  background: url("../img/btn_top100.png") no-repeat;
  background-position: 20px 30px;
}
/* line 63, ../sass/_base.scss */
.header_wrap .nav .link_wrap .topBlog {
  background: url("../img/btn_hot.png") no-repeat;
  background-position: 20px 30px;
}
/* line 67, ../sass/_base.scss */
.header_wrap .nav .link_wrap .newBlog {
  background: url("../img/btn_like.png") no-repeat;
  background-position: 20px 30px;
}
/* line 72, ../sass/_base.scss */
.header_wrap .nav a {
  float: left;
}

/* line 1, ../sass/_index.scss */
.main {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
/* line 5, ../sass/_index.scss */
.main .index_icon {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 9, ../sass/_index.scss */
.main .index_icon img {
  position: relative;
  left: 50%;
  margin-left: -284px;
  top: 40px;
  z-index: 9999;
}

/* line 18, ../sass/_index.scss */
.bottom_wrap {
  background: url("../img/bg_black.png");
  height: 345px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
/* line 24, ../sass/_index.scss */
.bottom_wrap .bottom_inner {
  background: url("../img/bg_black.png");
  width: 1000px;
  height: 345px;
  position: relative;
  margin: 0 auto;
}
/* line 30, ../sass/_index.scss */
.bottom_wrap .bottom_inner .btn_icons {
  display: none;
  z-index: 99;
}
/* line 33, ../sass/_index.scss */
.bottom_wrap .bottom_inner .btn_icons .index_btn_top100, .bottom_wrap .bottom_inner .btn_icons .index_btn_hot, .bottom_wrap .bottom_inner .btn_icons .index_btn_like {
  position: absolute;
}
/* line 36, ../sass/_index.scss */
.bottom_wrap .bottom_inner .btn_icons .index_btn_hot {
  left: 376px;
}
/* line 39, ../sass/_index.scss */
.bottom_wrap .bottom_inner .btn_icons .index_btn_like {
  right: 0;
}
/* line 43, ../sass/_index.scss */
.bottom_wrap .bottom_inner .index_title2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
}
/* line 49, ../sass/_index.scss */
.bottom_wrap .bottom_inner .index_title2 .index_title2_1, .bottom_wrap .bottom_inner .index_title2 .index_title2_2, .bottom_wrap .bottom_inner .index_title2 .index_title2_3 {
  position: absolute;
}
/* line 52, ../sass/_index.scss */
.bottom_wrap .bottom_inner .index_title2 .index_title2_2 {
  left: 371px;
}
/* line 55, ../sass/_index.scss */
.bottom_wrap .bottom_inner .index_title2 .index_title2_3 {
  right: 0;
}
/* line 59, ../sass/_index.scss */
.bottom_wrap .bottom_inner .index_title {
  position: absolute;
  left: 50%;
  margin-left: -269px;
  bottom: 50px;
}

/* line 1, ../sass/_topBlog.scss */
.topBlog_title, .newBlog_title {
  float: right;
  margin: 25px 60px 60px 0;
}

/* line 5, ../sass/_topBlog.scss */
.blog_wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-left: 14px;
  float: left;
  width: 500px;
  height: 180px;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 13, ../sass/_topBlog.scss */
.blog_wrap .left {
  position: relative;
  float: left;
}
/* line 16, ../sass/_topBlog.scss */
.blog_wrap .left .blog_img {
  margin-right: 5px;
}
/* line 19, ../sass/_topBlog.scss */
.blog_wrap .left .blog_img:hover .img_mask {
  display: block;
}
/* line 23, ../sass/_topBlog.scss */
.blog_wrap .left .blog_img .img_mask {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
}
/* line 29, ../sass/_topBlog.scss */
.blog_wrap .left .blog_img p {
  display: none;
  position: absolute;
  top: 50px;
  left: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
/* line 42, ../sass/_topBlog.scss */
.blog_wrap .right .blog_name {
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 45, ../sass/_topBlog.scss */
.blog_wrap .right .blog_name a {
  color: #25221d;
}
/* line 47, ../sass/_topBlog.scss */
.blog_wrap .right .blog_name a:hover {
  color: #8d6d00;
}
/* line 52, ../sass/_topBlog.scss */
.blog_wrap .right .blog_info, .blog_wrap .right .new_info {
  overflow: hidden;
  height: 50px;
  padding-left: 38px;
  background: url("../img/top_people.png") no-repeat;
  margin-bottom: 5px;
}
/* line 58, ../sass/_topBlog.scss */
.blog_wrap .right .blog_info .fb_like, .blog_wrap .right .new_info .fb_like {
  margin-bottom: 8px;
  margin-left: 5px;
}
/* line 63, ../sass/_topBlog.scss */
.blog_wrap .right .blog_info .blog_des a, .blog_wrap .right .new_info .blog_des a {
  color: #25221d;
}
/* line 65, ../sass/_topBlog.scss */
.blog_wrap .right .blog_info .blog_des a:hover, .blog_wrap .right .new_info .blog_des a:hover {
  color: #8d6d00;
}
/* line 71, ../sass/_topBlog.scss */
.blog_wrap .right .new_info {
  background: url("../img/good_icon.png") no-repeat;
}
/* line 74, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con {
  overflow: hidden;
  padding: 5px 5px 0 5px;
}
/* line 77, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .article_link {
  overflow: hidden;
  margin-right: 3px;
}
/* line 81, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .edge {
  margin: 0px;
}
/* line 84, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .show_title_wrap {
  display: none;
  overflow: hidden;
}
/* line 87, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .show_title_wrap .show_title {
  text-align: center;
  padding: 8px 10px 0 5px;
  color: #25221d;
  margin-top: 5px;
  background: #e2dcc9;
  height: 30px;
  width: 325px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  float: left;
}
/* line 98, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .show_title_wrap .show_title:hover {
  color: #8d6d00;
}
/* line 101, ../sass/_topBlog.scss */
.blog_wrap .right .blog_con .show_title_wrap .show_title p {
  width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 2, ../sass/_topArticle.scss */
#topArticle .topArticle_title {
  float: right;
  margin: 25px 60px 60px 0;
}
/* line 6, ../sass/_topArticle.scss */
#topArticle .topArticle_left {
  margin-bottom: 25px;
}
/* line 8, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap {
  width: 217px;
  overflow: hidden;
  margin: 0 0 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #fff;
  border: 1px #888888 solid;
  color: #555;
  position: relative;
}
/* line 17, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .pic {
  display: block;
}
/* line 20, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom {
  display: block;
  overflow: hidden;
}
/* line 23, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .title {
  font-family: '新細明體';
  margin: 10px;
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 16px;
}
/* line 30, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .title:hover {
  color: #8d6d00;
}
/* line 34, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .fb_like {
  margin: 0 10px 10px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 38, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .special {
  position: absolute;
  bottom: 74px;
  right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  color: #fff;
  width: 49px;
  height: 38px;
  padding: 14px 10px;
  background: url("../img/top_bg.png") no-repeat;
}
/* line 50, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .blog {
  color: #555;
  border-top: 1px dotted #000;
  margin: 0 10px;
  padding: 10px 0;
  display: block;
}
/* line 57, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .blog:hover {
  color: #8d6d00;
}
/* line 60, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .blog .blog_pic {
  background: #888;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}
/* line 68, ../sass/_topArticle.scss */
#topArticle .topArticle_left .isotope_wrap .iso_bottom .blog .blog_name {
  font-size: 13px;
  font-family: '新細明體';
}
/* line 76, ../sass/_topArticle.scss */
#topArticle .topArticle_right {
  position: fixed;
  right: 180px;
  top: 425px;
}
/* line 81, ../sass/_topArticle.scss */
#topArticle .topArticle_right .article_list p {
  font-size: 10px;
  color: #251f19;
  margin: 0 0 10px 8px;
}
/* line 86, ../sass/_topArticle.scss */
#topArticle .topArticle_right .article_list .list_item {
  padding: 13px 5px;
  font-size: 14px;
  margin: 5px 0 5px 7px;
  background-color: #b79b3d;
  color: #564924;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 96, ../sass/_topArticle.scss */
#topArticle .topArticle_right .article_list .list_item:hover {
  background-color: #dfc261;
}
/* line 99, ../sass/_topArticle.scss */
#topArticle .topArticle_right .article_list .list_item.active {
  background-color: #2a261f;
  color: #fff;
}

/* line 1, ../sass/_lightbox.scss */
.lightbox_wrap {
  display: none;
  z-index: 9999;
  width: 730px;
  position: absolute;
  left: 50%;
  margin-left: -365px;
}
/* line 8, ../sass/_lightbox.scss */
.lightbox_wrap .yam_like_wrap, .lightbox_wrap .blog_info, .lightbox_wrap .blog_article_wrap {
  background: url("../img/lightbox/lb_bg.png");
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 16, ../sass/_lightbox.scss */
.lightbox_wrap .yam_like_wrap .yam_like_con {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  padding: 10px 10px 10px 70px;
  background: url("../img/lightbox/face_icon.png") no-repeat;
  background-position: 8px 8px;
  background-color: #d4b349;
  margin: 8px;
}
/* line 27, ../sass/_lightbox.scss */
.lightbox_wrap .blog_info {
  padding: 25px;
  color: #c8ac4f;
}
/* line 30, ../sass/_lightbox.scss */
.lightbox_wrap .blog_info .blog_img {
  overflow: hidden;
  margin-right: 15px;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  -ms-border-radius: 125px;
  -o-border-radius: 125px;
  border-radius: 125px;
  background: #d4b349;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}
/* line 40, ../sass/_lightbox.scss */
.lightbox_wrap .blog_info .right_wrap {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  width: 530px;
}
/* line 44, ../sass/_lightbox.scss */
.lightbox_wrap .blog_info .right_wrap .blog_name {
  font-size: 22px;
  display: block;
  color: #c8ac4f;
  border-bottom: 1px #c6a021 solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 52, ../sass/_lightbox.scss */
.lightbox_wrap .blog_info .right_wrap .blog_des {
  font-size: 14px;
  line-height: 18px;
}
/* line 58, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap {
  position: relative;
  overflow: visible;
}
/* line 61, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .tag {
  position: absolute;
  left: -5px;
  top: 25px;
}
/* line 66, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap {
  padding: 25px 25px 25px 50px;
  color: #c8ac4f;
}
/* line 69, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .show_article {
  display: none;
  width: 543px;
  float: left;
  margin-right: 15px;
}
/* line 74, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .show_article .main_article_title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  margin-top: 10px;
  color: #aa9344;
  font-size: 15px;
  line-height: 18px;
}
/* line 82, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .show_article.active {
  display: block;
}
/* line 86, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .show_list {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 90, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap a {
  overflow: hidden;
}
/* line 93, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .main_article, .lightbox_wrap .blog_article_wrap .article_wrap .other_article {
  overflow: hidden;
  width: 543px;
  height: 368px;
}
/* line 98, ../sass/_lightbox.scss */
.lightbox_wrap .blog_article_wrap .article_wrap .other_article {
  overflow: hidden;
  margin-bottom: 12px;
  display: block;
  width: 96px;
  height: 64px;
}

/* line 110, ../sass/_lightbox.scss */
.lightbox_mask {
  display: none;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: #000;
  z-index: 1001;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
